home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
gamesrc
/
rtanksrc
/
newterp.h
< prev
next >
Wrap
Text File
|
1989-05-11
|
575b
|
17 lines
p_LINE get_line_arg(p_ARG a);
void spin(int *v, int dir);
int get_arg(p_TANK t, p_ARG a);
void store(p_TANK t, p_ARG a, int n);
void interprete(p_TANK t, p_PLAYER p);
void init_interpreter(p_TANK t);
void do_call(p_TANK pb, p_ARG pa);
void do_return(p_TANK pb);
void shoot(p_TANK p);
int check_scope(p_TANK p);
void transmit(p_TANK t, int tx1, int tx2, int tx3);
int best_turn(int curr, int dest);
void turn_gun_right(p_TANK t);
void turn_gun_left(p_TANK t);
void turn_tank_right(p_TANK t);
void turn_tank_left(p_TANK t);
int do_conv(p_TANK p, int x, int y);